encoding/binary.bigEndian.PutUint32 (method, view implemented interface methods)
4 uses
encoding/binary (current package)
binary.go#L168: func (bigEndian) PutUint32(b []byte, v uint32) {
encoding/base64
base64.go#L558: binary.BigEndian.PutUint32(dst[n:], dn)
github.com/google/uuid
dce.go#L37: binary.BigEndian.PutUint32(uuid[0:], id)
version1.go#L31: binary.BigEndian.PutUint32(uuid[0:], timeLow)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |